Skip to main content
GET
`GET /v1/me/webhooks` — the caller's active webhook subscriptions.

Authorizations

Authorization
string
header
required

Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.

Response

Active webhook subscriptions

asset
string
required
channel_type
string
required

"generic" | "discord" | "slack". Auto-detected from the URL on create when omitted; overridable via PATCH. Decides how alerts render (Discord embed / Slack attachment / generic signed JSON).

id
string<uuid>
required
is_active
boolean
required
threshold_bps
integer<int32>
required
url
string
required